summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp')
-rw-r--r--app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx b/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx
index 097b99eb..461a0863 100644
--- a/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx
+++ b/app/[lng]/evcp/(evcp)/(procurement)/rfq-last/[id]/compare/page.tsx
@@ -28,9 +28,9 @@ export default async function ComparePage({
.map(id => parseInt(id))
.filter(id => !isNaN(id)) || [];
- if (!rfqId || vendorIds.length < 2) {
- notFound();
- }
+ // if (!rfqId || vendorIds.length < 2) {
+ // notFound();
+ // }
// 서버에서 데이터 가져오기
const data = await getComparisonData(rfqId, vendorIds);